Add Docusaurus documentation#85
Conversation
Set up Docusaurus matching miden-base pattern with four pages: - Overview: what the NTL is and why it exists - Design: note flow, tag routing, cursor pagination, streaming, storage - For operators: installation, CLI flags, env vars, Docker, monitoring - For users: gRPC API reference, client integration, troubleshooting Update Makefile book target to use Docusaurus instead of mdbook. Closes #76 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
hey dominik, went through this. content structure is solid - overview/design/operators/users is the right split. but the proto snippets in users.md don't match the actual proto. |
|
not 100% sure on all of these yet but from a brief pass cross-referencing the source, seems like:
|
|
also not 100% confirmed but from what i can tell:
|
|
i'll review the issues i raised above more deeply and fix them. will also update this PR to follow the ingestion path instead of a standalone docusaurus site - same pattern as miden-client and node. i'll restructure the content under |
Summary
booktarget from mdbook to Docusaurus.node-version(22) for compatibilityTest plan
cd docs && npm install && npm run start:devserves locally (requires Node 22)make lintpasses (no Rust changes)🤖 Generated with Claude Code
Closes #76